home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / PDF / adobe ps426fre.exe / defprtr2.ppd < prev    next >
PostScript Printer Description  |  1999-04-07  |  13KB  |  365 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1997 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.7"
  11. *PCFileName: "DEFPRTR2.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Default PostScript Printer)"
  14. *PSVersion: "(2010.0) 2"
  15. *ModelName: "Default PostScript Printer"
  16. *NickName: "Default PostScript Printer v(2010)"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "172872"
  22. *LanguageLevel: "2"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65.   save
  66.     currentpagedevice /HWResolution get
  67.     0 get
  68.     (          ) cvs print
  69.     (dpi)
  70.     = flush
  71.   restore
  72. "
  73. *End
  74.  
  75. *% Halftone Information ===============
  76. *ScreenFreq: "60.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {dup mul exch dup mul add 1.0 exch sub }
  81. "
  82. *End
  83. *ScreenProc Line: "{ pop }"
  84. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85.  
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion.
  93. *OpenUI *PageSize: PickOne
  94. *OrderDependency: 30 AnySetup *PageSize
  95. *DefaultPageSize: Letter
  96. *PageSize Letter/US Letter: "
  97.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  98. *End
  99. *PageSize Legal/US Legal: "
  100.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  101. *End
  102. *PageSize A4: "
  103.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  104. *End
  105. *PageSize B5: "
  106.     <</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  107. *End
  108. *PageSize LetterSmall/US Letter Small: "
  109.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  110. *End
  111. *PageSize A4Small/A4 Small: "
  112.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  113. *End
  114. *PageSize LegalSmall/US Legal Small: "
  115.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  116. *End
  117. *PageSize Monarch/Monarch Envelope Edge Fed: "
  118.     <</DeferredMediaSelection true /PageSize [611 792] /ImagingBBox null>> setpagedevice"
  119. *End
  120. *PageSize Com10/Com10 Envelope Edge Fed: "
  121.     <</DeferredMediaSelection true /PageSize [610 792] /ImagingBBox null>> setpagedevice"
  122. *End
  123. *CloseUI: *PageSize
  124.  
  125. *% These entries will set up the frame buffer. Usually used with manual feed.
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter/US Letter: "
  130.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  131. *End
  132. *PageRegion Legal/US Legal: "
  133.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  134. *End
  135. *PageRegion A4: "
  136.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  137. *End
  138. *PageRegion B5: "
  139.     <</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  140. *End
  141. *PageRegion LetterSmall/US Letter Small: "
  142.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  143. *End
  144. *PageRegion A4Small/A4 Small: "
  145.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  146. *End
  147. *PageRegion LegalSmall/US Legal Small: "
  148.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  149. *End
  150. *PageRegion Monarch/Monarch Envelope Edge Fed: "
  151.     <</DeferredMediaSelection true /PageSize [611 792] /ImagingBBox null>> setpagedevice"
  152. *End
  153. *PageRegion Com10/Com10 Envelope Edge Fed: "
  154.     <</DeferredMediaSelection true /PageSize [610 792] /ImagingBBox null>> setpagedevice"
  155. *End
  156. *CloseUI: *PageRegion
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter/US Letter: "18 7.92 593.76 784.32 "
  161. *ImageableArea Legal/US Legal: "64.08 42 547.68 966.24 "
  162. *ImageableArea A4: "17.28 22.08 577.68 819.84 "
  163. *ImageableArea B5: "2.64 3.12 497.76 705.6 "
  164. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  165. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  166. *ImageableArea LegalSmall/US Legal Small: "64.08 42 547.68 966.24 "
  167. *ImageableArea Monarch/Monarch Envelope Edge Fed: "338 269 593 773 "
  168. *ImageableArea Com10/Com10 Envelope Edge Fed: "320 125 593 773 "
  169. *?ImageableArea: "
  170. save
  171.   /cvp {(                ) cvs print ( ) print } bind def
  172.   /upperright {10000 mul floor 10000 div} bind def
  173.   /lowerleft {10000 mul ceiling 10000 div} bind def
  174.   newpath clippath pathbbox
  175.   4 -2 roll exch 2 {lowerleft cvp} repeat
  176.   exch 2 {upperright cvp} repeat flush
  177. restore
  178. "
  179. *End
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: Letter
  183. *PaperDimension Letter/US Letter: "612 792"
  184. *PaperDimension Legal/US Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension B5: "516 729"
  187. *PaperDimension LetterSmall/US Letter Small: "612 792"
  188. *PaperDimension A4Small/A4 Small: "595 842"
  189. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  190. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  191. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  192.  
  193. *RequiresPageRegion All: True
  194. *OpenUI *InputSlot: PickOne
  195. *OrderDependency: 20 AnySetup *InputSlot
  196. *DefaultInputSlot: Cassette
  197. *InputSlot Cassette: ""
  198. *CloseUI: *InputSlot
  199.  
  200. *OpenUI *ManualFeed/Manual Feed: Boolean
  201. *OrderDependency: 20 AnySetup *ManualFeed
  202. *DefaultManualFeed: False
  203. *ManualFeed True:  "<</ManualFeed true >> setpagedevice"
  204. *ManualFeed False: "<</ManualFeed false>> setpagedevice"
  205. *?ManualFeed: "
  206.   save
  207.     currentpagedevice /ManualFeed get
  208.     {(True)}{(False)}ifelse = flush
  209.   restore
  210. "
  211. *End
  212. *CloseUI: *ManualFeed
  213.  
  214. *DefaultOutputOrder: Reverse
  215.  
  216. *% Font Information =====================
  217. *DefaultFont: Courier
  218. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  219. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  220. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  221. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  222. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  223. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  224. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  225. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  226. *Font Courier: Standard "(001.000)" Standard ROM
  227. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  228. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  229. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  230. *Font Helvetica: Standard "(001.000)" Standard ROM
  231. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  232. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  233. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  234. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  235. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  236. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  237. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  238. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  239. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  240. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  241. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  242. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  243. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  244. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  245. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  246. *Font Symbol: Special "(001.001)" Special ROM
  247. *Font Times-Bold: Standard "(001.000)" Standard ROM
  248. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  249. *Font Times-Italic: Standard "(001.000)" Standard ROM
  250. *Font Times-Roman: Standard "(001.000)" Standard ROM
  251. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  252. *Font ZapfDingbats: Special "(001.000)" Special ROM
  253. *?FontQuery: "
  254. save
  255.  /str 100 string dup 0 (fonts/) putinterval def
  256.  {
  257.    count 1 gt
  258.    {
  259.      exch dup str 6 94 getinterval cvs
  260.      (/) print print (:) print
  261.      FontDirectory exch known
  262.      {(Yes)}{(No)} ifelse =
  263.    }
  264.    {exit} ifelse
  265.  }bind loop
  266.  (*) = flush
  267. restore
  268. "
  269. *End
  270.  
  271. *?FontList: "
  272. save
  273.   FontDirectory { pop == } bind forall flush (*) = flush
  274. restore
  275. "
  276. *End
  277.  
  278. *% Printer Messages (verbatim from printer):
  279. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  280. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  281. *Message: "\FontName\ not found, using Courier"
  282.  
  283. *% Status (format: %%[ status: <one of these> %%] )
  284. *Status: "idle"
  285. *Status: "busy"
  286. *Status: "waiting"
  287. *Status: "printing"
  288. *Status: "PrinterError: timeout, clearing printer"
  289. *Status: "PrinterError: paper entry misfeed"
  290. *Status: "PrinterError: warming up"
  291. *Status: "PrinterError: service call"
  292. *Status: "PrinterError: no toner cartridge"
  293. *Status: "PrinterError: no paper tray"
  294. *Status: "PrinterError: cover open"
  295. *Status: "PrinterError: resetting printer"
  296. *Status: "PrinterError: out of paper"
  297. *Status: "PrinterError: timeout"
  298. *Status: "PrinterError: manual feed timeout"
  299.  
  300. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  301. *Source: "serial9"
  302. *Source: "serial25"
  303. *Source: "AppleTalk"
  304.  
  305. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  306. *PrinterError: "timeout, clearing printer"
  307. *PrinterError: "paper entry misfeed"
  308. *PrinterError: "warming up"
  309. *PrinterError: "service call"
  310. *PrinterError: "no toner cartridge"
  311. *PrinterError: "no paper tray"
  312. *PrinterError: "cover open"
  313. *PrinterError: "resetting printer"
  314. *PrinterError: "out of paper"
  315. *PrinterError: "timeout"
  316. *PrinterError: "manual feed timeout"
  317.  
  318. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  319.  
  320. *% Color Separation Information =====================
  321.  
  322. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  323.  
  324. *InkName: ProcessBlack/Process Black
  325. *InkName: CustomColor/Custom Color
  326. *InkName: ProcessCyan/Process Cyan
  327. *InkName: ProcessMagenta/Process Magenta
  328. *InkName: ProcessYellow/Process Yellow
  329.  
  330. *% For 60 lpi / 300 dpi =====================================================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  333. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  334. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  335. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  336. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343.  
  344. *% For 53 lpi / 300 dpi =====================================================
  345.  
  346. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  347. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  348. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  349. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  350. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  351.  
  352. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  353. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  354. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  355. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  356. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  357.  
  358. *% For "Default PostScript Printer" version 2010.0
  359. *% Produced by "GETapd.ps" version 2.0 edit 44
  360. *% Converted to meet 4.0 specification
  361. *% Last Edit Date: Nov 26 1996
  362. *% The byte count of this file should be exactly 013493
  363. *% depending on the filesystem it resides in.
  364. *% end of PPD file for LaserWriter Plus
  365.